Skip to content

chore(deps): bump co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.2#868

Merged
LearningGp merged 1 commit into
mainfrom
dependabot/maven/co.elastic.clients-elasticsearch-java-9.3.2
Mar 13, 2026
Merged

chore(deps): bump co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.2#868
LearningGp merged 1 commit into
mainfrom
dependabot/maven/co.elastic.clients-elasticsearch-java-9.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Bumps co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.2.

Release notes

Sourced from co.elastic.clients:elasticsearch-java's releases.

v9.3.2

What's Changed

Full Changelog: elastic/elasticsearch-java@v9.3.1...v9.3.2

v9.3.1

What's Changed

Fixes wrong type changes introduced in 9.3.0, check the known issues page for more information. Bug originally reported in elastic/elasticsearch-java#1161.

Full Changelog: elastic/elasticsearch-java@v9.3.0...v9.3.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.3.0 to 9.3.2.
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v9.3.0...v9.3.2)

---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 4, 2026
@dependabot dependabot Bot requested a review from a team March 4, 2026 19:11
@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented Mar 4, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@LearningGp LearningGp merged commit 9a21807 into main Mar 13, 2026
10 of 11 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/co.elastic.clients-elasticsearch-java-9.3.2 branch March 13, 2026 07:28
liangxingguang pushed a commit to liangxingguang/agentscope-java that referenced this pull request May 21, 2026
… 9.3.2 (agentscope-ai#868)

Bumps
[co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java)
from 9.3.0 to 9.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/elastic/elasticsearch-java/releases">co.elastic.clients:elasticsearch-java's
releases</a>.</em></p>
<blockquote>
<h2>v9.3.2</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/elastic/elasticsearch-java/compare/v9.3.1...v9.3.2">https://github.com/elastic/elasticsearch-java/compare/v9.3.1...v9.3.2</a></p>
<h2>v9.3.1</h2>
<h2>What's Changed</h2>
<p>Fixes wrong type changes introduced in 9.3.0, check the <a
href="https://www.elastic.co/docs/release-notes/elasticsearch/clients/java/known-issues#known-issues-9-3-0">known
issues</a> page for more information. Bug originally reported in <a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/1161">elastic/elasticsearch-java#1161</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.1">https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/f9da81ab7db0289da5479be82cdccf813d370d95"><code>f9da81a</code></a>
[codegen] update to latest spec (<a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/1176">#1176</a>)</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/312b38be2798c3b5bc06fd3b72a1d5539ab89304"><code>312b38b</code></a>
fix size calculation in bulk ingester (<a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/1167">#1167</a>)
(<a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/1172">#1172</a>)</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/27f0801643603bb27ca07e0acb849f6c44f9e864"><code>27f0801</code></a>
bump version</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/17cf12b5939316dcc53a12e8de67fa10d35ded8a"><code>17cf12b</code></a>
fix pit unit test</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/1341b30cfa55e3ba264535c2209e798d818150c9"><code>1341b30</code></a>
[codegen] update to latest spec (<a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/1162">#1162</a>)</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/a53a930c57045259b65ec7d8338395924e537d4b"><code>a53a930</code></a>
Fix duplicate jakarta.json classes between rest5-client and java-client
(<a
href="https://redirect.github.com/elastic/elasticsearch-java/issues/115">#115</a>...</li>
<li><a
href="https://github.com/elastic/elasticsearch-java/commit/a951306c4a90f43c116a70ae656655c9e2d783d1"><code>a951306</code></a>
bump version</li>
<li>See full diff in <a
href="https://github.com/elastic/elasticsearch-java/compare/v9.3.0...v9.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=co.elastic.clients:elasticsearch-java&package-manager=maven&previous-version=9.3.0&new-version=9.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant